From: Antonio Nino Diaz Date: Mon, 21 Jan 2019 11:53:41 +0000 (+0000) Subject: Remove reference to DISABLE_PEDANTIC X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=99d5575a7fd7d5bff6353576afb0da8a2b9020b4;p=project%2Fbcm63xx%2Fatf.git Remove reference to DISABLE_PEDANTIC This flag was removed in 79eb1aff7850 ("Remove `DISABLE_PEDANTIC` build option"). Change-Id: Ic3584a4c5f0100ed9e57b068ec672b0baae8cfab Signed-off-by: Antonio Nino Diaz --- diff --git a/Makefile b/Makefile index 3de7b3f6..02ff6d36 100644 --- a/Makefile +++ b/Makefile @@ -584,7 +584,6 @@ $(eval $(call assert_boolean,CREATE_KEYS)) $(eval $(call assert_boolean,CTX_INCLUDE_AARCH32_REGS)) $(eval $(call assert_boolean,CTX_INCLUDE_FPREGS)) $(eval $(call assert_boolean,DEBUG)) -$(eval $(call assert_boolean,DISABLE_PEDANTIC)) $(eval $(call assert_boolean,DYN_DISABLE_AUTH)) $(eval $(call assert_boolean,EL3_EXCEPTION_HANDLING)) $(eval $(call assert_boolean,ENABLE_AMU))